projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89a0a89
)
patch this to call g_type_init() untill the new inlined pixbuf code makes its way...
author
Tim Janik
<timj@src.gnome.org>
Sun, 4 Feb 2001 07:06:31 +0000
(07:06 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Sun, 4 Feb 2001 07:06:31 +0000
(07:06 +0000)
gdk-pixbuf/make-inline-pixbuf.c
patch
|
blob
|
history
diff --git
a/gdk-pixbuf/make-inline-pixbuf.c
b/gdk-pixbuf/make-inline-pixbuf.c
index 2b44ba62b916535ce0a4cb7f0e5d5f5a826db5fe..d0e41a24a1f5fffd60fcb2565234e55994e7e101 100644
(file)
--- a/
gdk-pixbuf/make-inline-pixbuf.c
+++ b/
gdk-pixbuf/make-inline-pixbuf.c
@@
-152,6
+152,9
@@
main (int argc, char **argv)
FILE *outfile;
int i;
+ g_type_init (0);
+
+
if (argc < 4)
usage ();